You are here: FAQ > Documaker Standard Edition FAQ > z/OS Issues > How do I bypass the message translation process?

How do I bypass the message translation process?

On MVS, if you set the following INI option the system makes error translation a manual process. This means you must run the TRANSLAT utility. The system will not do the translation automatically when one of the system programs finish.

< Control >
ImmediateTranslate = No

Also, since you are running the programs as separate jobs, in separate directories, you should delete the MESSAGE.DAT file each time before you run the program. Deleting only the ERRFILE and LOGFILE will not help.

For information about the TRANSLAT utility, see the Utilities Reference.